home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / tsql / doc / tsql.mail / 000056_wuu@ctt.bellcore.com _Tue Mar 30 17:04:31 1993.msg < prev    next >
Internet Message Format  |  1996-01-31  |  1KB

  1. Received: from ctt.ctt.bellcore.com by optima.cs.arizona.edu (5.65c/15) via SMTP
  2.     id AA21683; Tue, 30 Mar 1993 15:04:34 MST
  3. Received: from garfield.ctt.bellcore.com by ctt.ctt.bellcore.com (4.1/1.34)
  4.     id AA17803; Tue, 30 Mar 93 17:04:31 EST
  5. Date: Tue, 30 Mar 93 17:04:31 EST
  6. From: Gene Wuu <wuu@ctt.bellcore.com>
  7. Message-Id: <9303302204.AA17803@ctt.ctt.bellcore.com>
  8. To: tsql@cs.arizona.edu
  9. Subject: comments
  10.  
  11. This version looks good. A few comments to add.
  12.  
  13. The restriction of "Nested queries are not include" may not be necessary.
  14. I take "Nested queries" to mean query blocks that are nested in the WHERE clause
  15. (or even the FROM clause, as allowed in SQL2). 
  16. Nested queries are one of several different ways 
  17. to solve the same English query. But they have nothing to do 
  18. with the English query itself.
  19.  
  20. However I see the need to restrict "complex data retrieval", e.g.,
  21. retrieving hierarchical data. One popular proposal is to nest query blocks
  22. in the SELECT clause.
  23.  
  24. I would like to see aggregation to be addressed soon, 
  25. if not in the first version.
  26.  
  27. In the inventory of future extensions, we may want to
  28. keep a note on "inheritence (subtyping)" in the sense of both schema and query.
  29. For example Mgr is a subtype of employee. (The current SQL3 draft has included
  30. most OO features.)
  31. Nevertheeless, we may not want to deal with subtyping in early versioins
  32. of the benchmark work.
  33.  
  34.  
  35. -Gene Wuu